Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform a retry when error code 3101 is returned from the MySQL DB #2583

Conversation

sh1myama
Copy link
Contributor

Description

We use MySQL as the storage for ZMS domain information. However, when using Group Replication with MySQL v8, there are cases where ErrorCode 3101 is returned in the response. The current implementation does not retry the DB update operation when a 3101 error is returned from the DB.

Therefore, we have made changes to perform a retry when a 3101 error is returned.

Contribution Checklist:

  • The pull request does not introduce any breaking changes
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Attach Screenshots (Optional)

Signed-off-by: Go <gyakami@lycorp.co.jp>
Signed-off-by: Go <gyakami@lycorp.co.jp>
@havetisyan havetisyan merged commit 9ad3b75 into AthenZ:master Apr 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants